home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / oper_sys / presto / prest1_0.lha / Tests / exer / README < prev    next >
Text File  |  1991-12-11  |  1KB  |  35 lines

  1.  
  2. All test programs take the following options, and possibly
  3. some others which are listed in the description of the program
  4. below.
  5.  
  6.     -q<quantum>        timeslice quantum in millisecs
  7.     -n<processors>        number of processors to use
  8.     -t<mainthreads>        number of main threads
  9.     -a                      enable processor affinity
  10.                    (Sequent Symmetry only)
  11.  
  12. If no values for these options are specified, the program will
  13. use the underlying Presto defaults.  By default Presto uses a
  14. preemption quantum of 0 (no timeslicing) and a single processor.
  15. By default one main thread is used.
  16.  
  17. atomtest    tests atomic integers
  18.         -l<loopcount>        default 150
  19.  
  20. cvar        tests condition variable broadcast/wait
  21.         -v --> verbose mode    default quiet
  22.  
  23. locktest    tests relinquishing locks
  24.         -l<loopcount>        default 150
  25.  
  26. montest        tests monitors (automatic exit)
  27.         -l<loopcount>        default 150
  28.  
  29. pingpong    exercises monitors and condition variables
  30.         -s<switchcount>        default 10
  31.         -v --> cryptic verbose,    default quiet
  32.  
  33. spintest    tests spinlocks
  34.         -l<loopcount>        default 150
  35.